← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:11 2016

Filename(eval 40)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm:177]
StatementsExecuted 4 statements in 59µs
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm line 177
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11115µs108µsPerl::Critic::Exception::Fatal::Internal::::BEGIN@3Perl::Critic::Exception::Fatal::Internal::BEGIN@3
0000s0sPerl::Critic::Exception::Fatal::Internal::::descriptionPerl::Critic::Exception::Fatal::Internal::description
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Perl::Critic::Exception::Fatal::Internal;
2
3255µs2202µs
# spent 108µs (15+94) within Perl::Critic::Exception::Fatal::Internal::BEGIN@3 which was called: # once (15µs+94µs) by Exception::Class::_make_subclass at line 3
use base qw(Perl::Critic::Exception::Fatal);
# spent 108µs making 1 call to Perl::Critic::Exception::Fatal::Internal::BEGIN@3 # spent 94µs making 1 call to base::import
4
51800nsour $VERSION = '1.1';
6
713µs1;
8
9sub description
10{
11 return 'A problem with the Perl::Critic code was found, a.k.a. a bug.';
12}
13
14;